home *** CD-ROM | disk | FTP | other *** search
- on mouseEnter me
- cursor(280)
- end
-
- on mouseLeave me
- cursor(0)
- end
-
- on mouseUp me
- set the visible of sprite 41 to 0
- set the visible of sprite 42 to 0
- set the movieRate of sprite 42 to 0
- set the movieTime of sprite 42 to 0
- updateStage()
- if the memberNum of sprite 10 = 0 then
- nothing()
- else
- if the type of member the memberNum of sprite 10 = #digitalVideo then
- if the visible of sprite 20 = 1 then
- set the movieRate of sprite 10 to 1
- set the visible of sprite 10 to 1
- end if
- end if
- end if
- if the memberNum of sprite 5 = 0 then
- nothing()
- else
- if the type of member the memberNum of sprite 5 = #digitalVideo then
- if the visible of sprite 20 = 1 then
- set the movieRate of sprite 5 to 1
- set the visible of sprite 5 to 1
- end if
- end if
- end if
- updateStage()
- end
-